Searched refs:dispW (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hencoder_buffer_unit_test.cpp | 78 .dispW = W, in HWTEST_F() 98 .dispW = W, in HWTEST_F() 118 .dispW = W, in HWTEST_F() 141 .dispW = W, in HWTEST_F() 160 .dispW = W, in HWTEST_F() 179 .dispW = W, in HWTEST_F() 198 .dispW = W, in HWTEST_F() 223 .dispW = W, in HWTEST_F() 242 .dispW = W, in HWTEST_F() 265 .dispW in HWTEST_F() [all...] |
H A D | hdecoder_buffer_unit_test.cpp | 33 .dispW = 320, in HWTEST() 53 .dispW = 320, in HWTEST() 72 .dispW = 320, in HWTEST() 91 .dispW = 320, in HWTEST() 110 .dispW = 320, in HWTEST() 129 .dispW = 320, in HWTEST()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_common.cpp | 241 w_ = opt_.dispW; in RunEncoder() 280 w_ = param.dispW; in UpdateMemberFromResourceParam() 351 BufferRequestConfig cfg = {opt_.waterMark.waterMarkFile.dispW, opt_.waterMark.waterMarkFile.dispH, in CreateWaterMarkBuffer() 389 buf.dispW = surfaceBuffer->GetWidth(); in SurfaceBufferToBufferInfo() 404 buf.dispW = cfg.width; in NativeBufferToBufferInfo() 456 src.read(dst, dstImg.dispW); in ReadOneFrameYUV420P() 457 RETURN_ZERO_IF_EOS(dstImg.dispW); in ReadOneFrameYUV420P() 462 src.read(dst, dstImg.dispW / SAMPLE_RATIO); in ReadOneFrameYUV420P() 463 RETURN_ZERO_IF_EOS(dstImg.dispW / SAMPLE_RATIO); in ReadOneFrameYUV420P() 468 src.read(dst, dstImg.dispW / SAMPLE_RATI in ReadOneFrameYUV420P() [all...] |
H A D | command_parser.h | 80 uint32_t dispW = 0; member 102 uint32_t dispW = 0; member
|
H A D | tester_capi.cpp | 223 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_WIDTH, opt_.dispW); in ConfigureEncoder() 382 buf.dispW = opt_.dispW; in WaitForInput() 385 if (inputStride_ < static_cast<int32_t>(opt_.dispW)) { in WaitForInput() 386 TLOGE("pixelStride %d < dispW %u", inputStride_, opt_.dispW); in WaitForInput() 592 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_WIDTH, opt_.dispW); in ConfigureDecoder()
|
H A D | command_parser.cpp | 177 opt.dispW = stol(optarg); in Parse() 405 value >> dst.dispW >> c >> dst.dispH >> c >> pixelFmt; in ParseResourceParam() 431 TLOGI("%u x %u @ %u fps", dispW, dispH, frameRate); in Print() 505 resourceParam.inputFile.c_str(), resourceParam.dispW, resourceParam.dispH, resourceParam.pixFmt); in Print()
|
H A D | tester_common.h | 39 uint32_t dispW; member
|
H A D | tester_codecbase.cpp | 162 fmt.PutIntValue(MediaDescriptionKey::MD_KEY_WIDTH, opt_.dispW); in ConfigureEncoder() 513 fmt.PutIntValue(MediaDescriptionKey::MD_KEY_WIDTH, opt_.dispW); in ConfigureDecoder()
|
Completed in 6 milliseconds