Searched refs:dispH (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 | 79 .dispH = H, in HWTEST_F() 99 .dispH = H, in HWTEST_F() 119 .dispH = H, in HWTEST_F() 142 .dispH = H, in HWTEST_F() 161 .dispH = H, in HWTEST_F() 180 .dispH = H, in HWTEST_F() 199 .dispH = H, in HWTEST_F() 224 .dispH = H, in HWTEST_F() 243 .dispH = H, in HWTEST_F() 266 .dispH in HWTEST_F() [all...] |
H A D | hdecoder_buffer_unit_test.cpp | 34 .dispH = 240, in HWTEST() 54 .dispH = 240, in HWTEST() 73 .dispH = 240, in HWTEST() 92 .dispH = 240, in HWTEST() 111 .dispH = 240, in HWTEST() 130 .dispH = 240, in HWTEST()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_common.cpp | 242 h_ = opt_.dispH; in RunEncoder() 281 h_ = param.dispH; in UpdateMemberFromResourceParam() 351 BufferRequestConfig cfg = {opt_.waterMark.waterMarkFile.dispW, opt_.waterMark.waterMarkFile.dispH, in CreateWaterMarkBuffer() 390 buf.dispH = surfaceBuffer->GetHeight(); in SurfaceBufferToBufferInfo() 405 buf.dispH = cfg.height; in NativeBufferToBufferInfo() 455 for (uint32_t i = 0; i < dstImg.dispH; i++) { in ReadOneFrameYUV420P() 461 for (uint32_t i = 0; i < dstImg.dispH / SAMPLE_RATIO; i++) { in ReadOneFrameYUV420P() 467 for (uint32_t i = 0; i < dstImg.dispH / SAMPLE_RATIO; i++) { in ReadOneFrameYUV420P() 480 for (uint32_t i = 0; i < dstImg.dispH; i++) { in ReadOneFrameYUV420SP() 486 for (uint32_t i = 0; i < dstImg.dispH / SAMPLE_RATI in ReadOneFrameYUV420SP() [all...] |
H A D | command_parser.h | 81 uint32_t dispH = 0; member 103 uint32_t dispH = 0; member
|
H A D | command_parser.cpp | 180 opt.dispH = 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_capi.cpp | 224 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_HEIGHT, opt_.dispH); in ConfigureEncoder() 383 buf.dispH = opt_.dispH; in WaitForInput() 593 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_HEIGHT, opt_.dispH); in ConfigureDecoder()
|
H A D | tester_common.h | 40 uint32_t dispH; member
|
H A D | tester_codecbase.cpp | 163 fmt.PutIntValue(MediaDescriptionKey::MD_KEY_HEIGHT, opt_.dispH); in ConfigureEncoder() 514 fmt.PutIntValue(MediaDescriptionKey::MD_KEY_HEIGHT, opt_.dispH); in ConfigureDecoder()
|
Completed in 5 milliseconds